home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / eckelt01.zip / MAKEDISK.BAT < prev    next >
DOS Batch File  |  1995-02-21  |  482b  |  21 lines

  1. c:
  2. cd \thinking
  3. md c:\ECKELT01
  4. del c:\tmp\errors.txt
  5. xcopy *.h c:\ECKELT01 /S
  6. xcopy *.c c:\ECKELT01 /S
  7. xcopy *.cpp c:\ECKELT01 /S
  8. xcopy makefile.ms c:\ECKELT01 /S
  9. xcopy makefile.met c:\ECKELT01 /S
  10. copy *.bat c:\ECKELT01
  11. copy preface\copyrite.txt c:\ECKELT01
  12. copy readme.txt c:\ECKELT01
  13. copy errata.txt c:\ECKELT01
  14. copy codexref.txt c:\ECKELT01
  15. cd \ECKELT01
  16. call cright.bat
  17. copy \thinking\readme.txt
  18. copy \thinking\preface\copyrite.txt
  19. zip -m -r -P ECKELT01 *.*
  20.  
  21.